Use the split-cursor setting for textview cursors
authorPaolo Borelli <pborelli@gnome.org>
Sun, 27 Nov 2011 14:12:36 +0000 (15:12 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Thu, 1 Dec 2011 00:22:39 +0000 (01:22 +0100)
commit3c6842222abb1284e0f13760bc0f0c48d41b0c8f
tree4370090a5cfe79d0eeb675f14e3ec16f28b59458
parent0bff1af7a20948a7275a4e9e1fa3fac903a422f8
Use the split-cursor setting for textview cursors

Explicitely check the split-cursor setting when drawing the textview
insertion cursor instead of relying on the cursor_direction set in the
textlayout. This makes the cursor drawin code more uniform with other
widgets in preparation to refactoring the cursor drawing code in a
shared function.

https://bugzilla.gnome.org/show_bug.cgi?id=640317
gtk/gtktextdisplay.c